GtkButtonBox: Use G_PARAM_EXPLICIT_NOTIFY
authorMatthias Clasen <mclasen@redhat.com>
Sat, 7 Jun 2014 15:46:00 +0000 (11:46 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 9 Jun 2014 17:30:52 +0000 (13:30 -0400)
gtk/gtkbbox.c

index f8d865a3745b893ef26e57086567bc3f653339c2..17b35ed49c2ebe92325e08bcd8af3c0acee54239 100644 (file)
@@ -209,7 +209,7 @@ gtk_button_box_class_init (GtkButtonBoxClass *class)
                                                       P_("How to lay out the buttons in the box. Possible values are: spread, edge, start and end"),
                                                       GTK_TYPE_BUTTON_BOX_STYLE,
                                                       DEFAULT_LAYOUT_STYLE,
-                                                      GTK_PARAM_READWRITE));
+                                                      GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
 
   gtk_container_class_install_child_property (container_class,
                                               CHILD_PROP_SECONDARY,